home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WWW Studio 2004
/
WWW Studio.iso
/
Serwisy
/
at40
/
dane
/
attach
/
gra02.swf
/
scripts
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-01
|
280 b
|
14 lines
stop();
Stage.showMenu = false;
this.onEnterFrame = function()
{
sofar = this.getBytesLoaded();
total = this.getBytesTotal();
pc_txt.text = int(sofar / total * 100) + "%";
if(sofar == total)
{
delete this.onEnterFrame;
nextFrame();
}
};